home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 247
- Top = 152
- Width = 304
- Height = 280
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- ShowHint = True
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 151
- Height = 13
- Hint = 'EPHints - Customized hints for Delphi 5'
- Caption = 'Put the mouse pointer over here'
- end
- object Label2: TLabel
- Left = 101
- Top = 78
- Width = 32
- Height = 13
- Caption = 'Label2'
- end
- object Label3: TLabel
- Left = 101
- Top = 110
- Width = 32
- Height = 13
- Caption = 'Label3'
- end
- object Label4: TLabel
- Left = 101
- Top = 142
- Width = 32
- Height = 13
- Caption = 'Label4'
- end
- object Button1: TButton
- Left = 8
- Top = 40
- Width = 97
- Height = 25
- Caption = 'EPHints Disabled'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 8
- Top = 72
- Width = 75
- Height = 25
- Caption = 'Hint Color'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = Button2Click
- end
- object Button3: TButton
- Tag = 1
- Left = 8
- Top = 104
- Width = 75
- Height = 25
- Caption = 'Border Color'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button4: TButton
- Tag = 2
- Left = 8
- Top = 136
- Width = 75
- Height = 25
- Caption = 'Text Color'
- TabOrder = 3
- OnClick = Button2Click
- end
- object Button5: TButton
- Left = 8
- Top = 168
- Width = 129
- Height = 25
- Caption = 'Use Default Hint Colors'
- TabOrder = 4
- OnClick = Button5Click
- end
- object Button6: TButton
- Left = 8
- Top = 208
- Width = 75
- Height = 25
- Caption = 'Show Form2'
- TabOrder = 5
- OnClick = Button6Click
- end
- object EPHints1: TEPHints
- Enabled = False
- HintColor = clYellow
- HintBorderColor = clRed
- HintTextColor = clBlue
- HintType = ephtNormal
- DefaultColors = False
- HideTimeOut = 3500
- MaxWidth = 300
- HintScope = ephsThisForm
- Left = 248
- Top = 24
- end
- end
-